XFINIUM.PDF Documentation
PdfRichMediaAsset Constructor(String,Byte[])



The name of the asset
Asset data
Initializes a new PdfRichMediaAsset object.
Syntax
'Declaration
 
Public Function New( _
   ByVal assetName As String, _
   ByVal assetData() As Byte _
)
'Usage
 
Dim assetName As String
Dim assetData() As Byte
 
Dim instance As New PdfRichMediaAsset(assetName, assetData)
public PdfRichMediaAsset( 
   string assetName,
   byte[] assetData
)
public:
PdfRichMediaAsset( 
   String^ assetName,
   array<byte>^ assetData
)

Parameters

assetName
The name of the asset
assetData
Asset data
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRichMediaAsset Class
PdfRichMediaAsset Members
Overload List

Send Feedback